home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp331.exe / [0] / PHP.STX < prev    next >
Text File  |  2011-05-31  |  20KB  |  1,486 lines

  1. #TITLE=PHP
  2. ; PHP syntax file written by ES-Computing. 2004-02-06
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#@$
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=y
  9. #LINECOMMENT=//
  10. #LINECOMMENT2=#
  11. #COMMENTON=/*
  12. #COMMENTOFF=*/
  13. #NESTED_COMMENT=y
  14. #ESCAPE=\
  15. #CASE=n
  16. #PREFIX3=$
  17. #HTML_EMBEDDED=y
  18. #SCRIPT_BEGIN=<?
  19. #SCRIPT_END=?>
  20. #SKIP_QUOTE=y
  21. #HEREDOC=<<<EOF
  22. #NUMBER_PATTERN=cpp
  23.  
  24. #KEYWORD=Reserved words
  25. $
  26. @
  27. ;Literals
  28. true
  29. false
  30. NULL
  31. ;PHP Keywords
  32. __CLASS__
  33. __FILE__
  34. __FUNCTION__
  35. __LINE__
  36. __METHOD__
  37. abstract
  38. and
  39. array
  40. as
  41. break
  42. case
  43. catch
  44. cfunction
  45. class
  46. clone
  47. const
  48. continue
  49. declare
  50. default
  51. die
  52. do
  53. echo
  54. else
  55. elseif
  56. empty
  57. enddeclare
  58. endfor
  59. endforeach
  60. endif
  61. endswitch
  62. endwhile
  63. eval
  64. exception
  65. exit
  66. extends
  67. final
  68. for
  69. foreach
  70. function
  71. global
  72. if
  73. implements
  74. include
  75. include_once
  76. interface
  77. isset
  78. list
  79. new
  80. old_function
  81. or
  82. php_user_filter
  83. print
  84. private
  85. protected
  86. public
  87. require
  88. require_once
  89. return
  90. static
  91. switch
  92. this
  93. throw
  94. try
  95. unset
  96. use
  97. var
  98. while
  99. xor
  100.  
  101. ;Predefined constants
  102. ABDAY_1
  103. ABDAY_2
  104. ABDAY_3
  105. ABDAY_4
  106. ABDAY_5
  107. ABDAY_6
  108. ABDAY_7
  109. ABMON_1
  110. ABMON_10
  111. ABMON_11
  112. ABMON_12
  113. ABMON_2
  114. ABMON_3
  115. ABMON_4
  116. ABMON_5
  117. ABMON_6
  118. ABMON_7
  119. ABMON_8
  120. ABMON_9
  121. ALT_DIGITS
  122. AM_STR
  123. ASSERT_ACTIVE
  124. ASSERT_BAIL
  125. ASSERT_CALLBACK
  126. ASSERT_QUIET_EVAL
  127. ASSERT_WARNING
  128. CASE_LOWER
  129. CASE_UPPER
  130. CHAR_MAX
  131. CODESET
  132. CONNECTION_ABORTED
  133. CONNECTION_NORMAL
  134. CONNECTION_TIMEOUT
  135. COUNT_NORMAL
  136. COUNT_RECURSIVE
  137. CREDITS_ALL
  138. CREDITS_DOCS
  139. CREDITS_FULLPAGE
  140. CREDITS_GENERAL
  141. CREDITS_GROUP
  142. CREDITS_MODULES
  143. CREDITS_QA
  144. CREDITS_SAPI
  145. CRNCYSTR
  146. CRYPT_BLOWFISH
  147. CRYPT_EXT_DES
  148. CRYPT_MD5
  149. CRYPT_SALT_LENGTH
  150. CRYPT_STD_DES
  151. CURRENCY_SYMBOL
  152. DAY_1
  153. DAY_2
  154. DAY_3
  155. DAY_4
  156. DAY_5
  157. DAY_6
  158. DAY_7
  159. DECIMAL_POINT
  160. DEFAULT_INCLUDE_PATH
  161. DIRECTORY_SEPARATOR
  162. D_FMT
  163. D_T_FMT
  164. ENT_COMPAT
  165. ENT_NOQUOTES
  166. ENT_QUOTES
  167. ERA
  168. ERA_D_FMT
  169. ERA_D_T_FMT
  170. ERA_T_FMT
  171. ERA_YEAR
  172. EXTR_IF_EXISTS
  173. EXTR_OVERWRITE
  174. EXTR_PREFIX_ALL
  175. EXTR_PREFIX_IF_EXISTS
  176. EXTR_PREFIX_INVALID
  177. EXTR_PREFIX_SAME
  178. EXTR_SKIP
  179. E_ALL
  180. E_COMPILE_ERROR
  181. E_COMPILE_WARNING
  182. E_CORE_ERROR
  183. E_CORE_WARNING
  184. E_ERROR
  185. E_NOTICE
  186. E_PARSE
  187. E_STRICT
  188. E_USER_ERROR
  189. E_USER_NOTICE
  190. E_USER_WARNING
  191. E_WARNING
  192. FRAC_DIGITS
  193. GROUPING
  194. HTML_ENTITIES
  195. HTML_SPECIALCHARS
  196. INFO_ALL
  197. INFO_CONFIGURATION
  198. INFO_CREDITS
  199. INFO_ENVIRONMENT
  200. INFO_GENERAL
  201. INFO_LICENSE
  202. INFO_MODULES
  203. INFO_VARIABLES
  204. INI_ALL
  205. INI_PERDIR
  206. INI_SYSTEM
  207. INI_USER
  208. INT_CURR_SYMBOL
  209. INT_FRAC_DIGITS
  210. LC_ALL
  211. LC_COLLATE
  212. LC_CTYPE
  213. LC_MESSAGES
  214. LC_MONETARY
  215. LC_NUMERIC
  216. LC_TIME
  217. LOCK_EX
  218. LOCK_NB
  219. LOCK_SH
  220. LOCK_UN
  221. LOG_ALERT
  222. LOG_AUTH
  223. LOG_AUTHPRIV
  224. LOG_CONS
  225. LOG_CRIT
  226. LOG_CRON
  227. LOG_DAEMON
  228. LOG_DEBUG
  229. LOG_EMERG
  230. LOG_ERR
  231. LOG_INFO
  232. LOG_KERN
  233. LOG_LOCAL0
  234. LOG_LOCAL1
  235. LOG_LOCAL2
  236. LOG_LOCAL3
  237. LOG_LOCAL4
  238. LOG_LOCAL5
  239. LOG_LOCAL6
  240. LOG_LOCAL7
  241. LOG_LPR
  242. LOG_MAIL
  243. LOG_NDELAY
  244. LOG_NEWS
  245. LOG_NOTICE
  246. LOG_NOWAIT
  247. LOG_ODELAY
  248. LOG_PERROR
  249. LOG_PID
  250. LOG_SYSLOG
  251. LOG_USER
  252. LOG_UUCP
  253. LOG_WARNING
  254. MON_1
  255. MON_10
  256. MON_11
  257. MON_12
  258. MON_2
  259. MON_3
  260. MON_4
  261. MON_5
  262. MON_6
  263. MON_7
  264. MON_8
  265. MON_9
  266. MON_DECIMAL_POINT
  267. MON_GROUPING
  268. MON_THOUSANDS_SEP
  269. M_1_PI
  270. M_2_PI
  271. M_2_SQRTPI
  272. M_E
  273. M_LN10
  274. M_LN2
  275. M_LOG10E
  276. M_LOG2E
  277. M_PI
  278. M_PI_2
  279. M_PI_4
  280. M_SQRT1_2
  281. M_SQRT2
  282. NEGATIVE_SIGN
  283. NOEXPR
  284. NOSTR
  285. N_CS_PRECEDES
  286. N_SEP_BY_SPACE
  287. N_SIGN_POSN
  288. PATHINFO_BASENAME
  289. PATHINFO_DIRNAME
  290. PATHINFO_EXTENSION
  291. PATH_SEPARATOR
  292. PEAR_EXTENSION_DIR
  293. PEAR_INSTALL_DIR
  294. PHP_BINDIR
  295. PHP_CONFIG_FILE_PATH
  296. PHP_CONFIG_FILE_SCAN_DIR
  297. PHP_DATADIR
  298. PHP_EOL
  299. PHP_EXTENSION_DIR
  300. PHP_INT_MAX
  301. PHP_INT_SIZE
  302. PHP_LIBDIR
  303. PHP_LOCALSTATEDIR
  304. PHP_OS
  305. PHP_OUTPUT_HANDLER_CONT
  306. PHP_OUTPUT_HANDLER_END
  307. PHP_OUTPUT_HANDLER_START
  308. PHP_PREFIX
  309. PHP_SAPI
  310. PHP_SHLIB_SUFFIX
  311. PHP_SYSCONFDIR
  312. PHP_VERSION
  313. PM_STR
  314. POSITIVE_SIGN
  315. P_CS_PRECEDES
  316. P_SEP_BY_SPACE
  317. P_SIGN_POSN
  318. RADIXCHAR
  319. SEEK_CUR
  320. SEEK_END
  321. SEEK_SET
  322. SORT_ASC
  323. SORT_DESC
  324. SORT_NUMERIC
  325. SORT_REGULAR
  326. SORT_STRING
  327. STR_PAD_BOTH
  328. STR_PAD_LEFT
  329. STR_PAD_RIGHT
  330. THOUSANDS_SEP
  331. THOUSEP
  332. T_FMT
  333. T_FMT_AMPM
  334. YESEXPR
  335. YESSTR
  336. __COMPILER_HALT_OFFSET__
  337.  
  338. #KEYWORD=PHP core functions
  339. ;NET Functions
  340.  
  341. ;Apache-specific Functions
  342. apache_child_terminate
  343. apache_get_modules
  344. apache_get_version
  345. apache_getenv
  346. apache_lookup_uri
  347. apache_note
  348. apache_request_headers
  349. apache_reset_timeout
  350. apache_response_headers
  351. apache_setenv
  352. ascii2ebcdic
  353. ebcdic2ascii
  354. getallheaders
  355. virtual
  356.  
  357. ;Alternative PHP Cache
  358.  
  359. ;Advanced PHP debugger
  360.  
  361. ;Array Functions
  362. array_change_key_case
  363. array_chunk
  364. array_combine
  365. array_count_values
  366. array_diff_assoc
  367. array_diff_key
  368. array_diff_uassoc
  369. array_diff_ukey
  370. array_diff
  371. array_fill
  372. array_filter
  373. array_flip
  374. array_intersect_assoc
  375. array_intersect_key
  376. array_intersect_uassoc
  377. array_intersect_ukey
  378. array_intersect
  379. array_key_exists
  380. array_keys
  381. array_map
  382. array_merge_recursive
  383. array_merge
  384. array_multisort
  385. array_pad
  386. array_pop
  387. array_product
  388. array_push
  389. array_rand
  390. array_reduce
  391. array_reverse
  392. array_search
  393. array_shift
  394. array_slice
  395. array_splice
  396. array_sum
  397. array_udiff_assoc
  398. array_udiff_uassoc
  399. array_udiff
  400. array_uintersect_assoc
  401. array_uintersect_uassoc
  402. array_uintersect
  403. array_unique
  404. array_unshift
  405. array_values
  406. array_walk_recursive
  407. array_walk
  408. array
  409. arsort
  410. asort
  411. compact
  412. count
  413. current
  414. each
  415. end
  416. extract
  417. in_array
  418. key
  419. krsort
  420. ksort
  421. list
  422. natcasesort
  423. natsort
  424. next
  425. pos
  426. prev
  427. range
  428. reset
  429. rsort
  430. shuffle
  431. sizeof
  432. sort
  433. uasort
  434. uksort
  435. usort
  436.  
  437. ;Aspell functions (depreciated)
  438.  
  439. ;BCMath Arbitrary Precision Mathematics Functions
  440.  
  441. ;PHP bytecode Compiler
  442.  
  443. ;Bzip2 Compression Functions
  444.  
  445. ;Calendar functions
  446.  
  447. ;CCVS API Functions (removed as of 4.3.0)
  448.  
  449. ;Class/Object Functions
  450. call_user_method_array
  451. call_user_method
  452. class_exists
  453. get_class_methods
  454. get_class_vars
  455. get_class
  456. get_declared_classes
  457. get_declared_interfaces
  458. get_object_vars
  459. get_parent_class
  460. interface_exists
  461. is_a
  462. is_subclass_of
  463. method_exists
  464. property_exists
  465.  
  466. ;Classkit Functions
  467.  
  468. ;ClibPDF functions
  469.  
  470. ;COM and .Net (Windows)
  471. COM
  472. DOTNET
  473. VARIANT
  474. com_addref
  475. com_create_guid
  476. com_event_sink
  477. com_get_active_object
  478. com_get
  479. com_invoke
  480. com_isenum
  481. com_load_typelib
  482. com_load
  483. com_message_pump
  484. com_print_typeinfo
  485. com_propget
  486. com_propput
  487. com_propset
  488. com_release
  489. com_set
  490. variant_abs
  491. variant_add
  492. variant_and
  493. variant_cast
  494. variant_cat
  495. variant_cmp
  496. variant_date_from_timestamp
  497. variant_date_to_timestamp
  498. variant_div
  499. variant_eqv
  500. variant_fix
  501. variant_get_type
  502. variant_idiv
  503. variant_imp
  504. variant_int
  505. variant_mod
  506. variant_mul
  507. variant_neg
  508. variant_not
  509. variant_or
  510. variant_pow
  511. variant_round
  512. variant_set_type
  513. variant_set
  514. variant_sub
  515. variant_xor
  516.  
  517. ;Crack functions
  518.  
  519. ;Character type functions
  520. ctype_alnum
  521. ctype_alpha
  522. ctype_cntrl
  523. ctype_digit
  524. ctype_graph
  525. ctype_lower
  526. ctype_print
  527. ctype_punct
  528. ctype_space
  529. ctype_upper
  530. ctype_xdigit
  531.  
  532. ;CURL, Client URL Library Functions
  533.  
  534. ;Cybercash payment functions (removed as of PHP 4.3.0)
  535.  
  536. ;Credit Mutuel CyberMUT functions
  537.  
  538. ;Cyrus IMAP administration functions (not documented)
  539.  
  540. ;Date and Time functions
  541. checkdate
  542. date_default_timezone_get
  543. date_default_timezone_set
  544. date_sunrise
  545. date_sunset
  546. date
  547. getdate
  548. gettimeofday
  549. gmdate
  550. gmmktime
  551. gmstrftime
  552. idate
  553. localtime
  554. microtime
  555. mktime
  556. strftime
  557. strptime
  558. strtotime
  559. time
  560.  
  561. ;DB++ Functions
  562.  
  563. ;Database (dbm-style) abstraction layer functions
  564.  
  565. ;dBase functions
  566.  
  567. ;DBM Functions (depreciated)
  568.  
  569. ;dbx functions
  570.  
  571. ;Direct IO functions
  572.  
  573. ;Directory functions
  574. chdir
  575. chroot
  576. dir
  577. closedir
  578. getcwd
  579. opendir
  580. readdir
  581. rewinddir
  582. scandir
  583.  
  584. ;DOM functions
  585. dom_import_simplexml
  586. DOMAttr
  587. DOMCharacterData
  588. DOMComment
  589. DOMDocument
  590. DOMElement
  591. DOMEntityReference
  592. DOMImplementation
  593. DOMNamedNodeMap
  594. DOMNode
  595. DOMNodelist
  596. DOMProcessingInstruction
  597. DOMText
  598. DOMXPath
  599.  
  600. ;DOM XML Functions
  601.  
  602. ;Error Handling and Logging Functions
  603. debug_backtrace
  604. debug_print_backtrace
  605. error_log
  606. error_reporting
  607. restore_error_handler
  608. restore_exception_handler
  609. set_error_handler
  610. set_exception_handler
  611. trigger_error
  612. user_error
  613.  
  614. ;Exif Functions
  615.  
  616. ;Expect Functions
  617.  
  618. ;File alteration monitor functions
  619.  
  620. ;FrontBase Functions
  621.  
  622. ;Forms Data Format functions
  623.  
  624. ;filePro functions
  625.  
  626. ;Filesystem functions
  627. basename
  628. chgrp
  629. chmod
  630. chown
  631. clearstatcache
  632. copy
  633. delete
  634. dirname
  635. disk_free_space
  636. disk_total_space
  637. diskfreespace
  638. fclose
  639. feof
  640. fflush
  641. fgetc
  642. fgetcsv
  643. fgets
  644. fgetss
  645. file_exists
  646. file_get_contents
  647. file_put_contents
  648. file
  649. fileatime
  650. filectime
  651. filegroup
  652. fileinode
  653. filemtime
  654. fileowner
  655. fileperms
  656. filesize
  657. filetype
  658. flock
  659. fnmatch
  660. fopen
  661. fpassthru
  662. fputcsv
  663. fputs
  664. fread
  665. fscanf
  666. fseek
  667. fstat
  668. ftell
  669. ftruncate
  670. fwrite
  671. glob
  672. is_dir
  673. is_executable
  674. is_file
  675. is_link
  676. is_readable
  677. is_uploaded_file
  678. is_writable
  679. is_writeable
  680. link
  681. linkinfo
  682. lstat
  683. mkdir
  684. move_uploaded_file
  685. parse_ini_file
  686. pathinfo
  687. pclose
  688. popen
  689. readfile
  690. readlink
  691. realpath
  692. rename
  693. rewind
  694. rmdir
  695. set_file_buffer
  696. stat
  697. symlink
  698. tempnam
  699. tmpfile
  700. touch
  701. umask
  702. unlink
  703.  
  704. ;Firebird/InterBase Functions
  705.  
  706. ;Firebird/Interbase Functions (PDO_FIREBIRD)
  707.  
  708. ;FriBiDi functions
  709.  
  710. ;FrontBase Functions
  711.  
  712. ;FTP functions
  713.  
  714. ;Function Handling functions
  715. call_user_func_array
  716. call_user_func
  717. create_function
  718. func_get_arg
  719. func_get_args
  720. func_num_args
  721. function_exists
  722. get_defined_functions
  723. register_shutdown_function
  724. register_tick_function
  725. unregister_tick_function
  726.  
  727. ;GNU Gettext
  728.  
  729. ;GMP functions
  730.  
  731. ;gnupg Functions
  732.  
  733. ;Net_Gopher
  734.  
  735. ;hash Functions
  736. hash_algos
  737. hash_file
  738. hash_final
  739. hash_hmac_file
  740. hash_hmac
  741. hash_init
  742. hash_update_file
  743. hash_update_stream
  744. hash_update
  745. hash
  746.  
  747. ;HTTP functions
  748. header
  749. headers_list
  750. headers_sent
  751. setcookie
  752. setrawcookie
  753.  
  754. ;Hyperwave functions
  755.  
  756. ;Hyperwave API functions
  757.  
  758. ;IBM DB2, Cloudscape and Apache Derby Functions
  759.  
  760. ;ICAP Functions [deprecated]
  761.  
  762. ;iconv functions
  763.  
  764. ;ID3 Functions
  765.  
  766. ;IIS Administration Functions
  767. iis_add_server
  768. iis_get_dir_security
  769. iis_get_script_map
  770. iis_get_server_by_comment
  771. iis_get_server_by_path
  772. iis_get_server_rights
  773. iis_get_service_state
  774. iis_remove_server
  775. iis_set_app_settings
  776. iis_set_dir_security
  777. iis_set_script_map
  778. iis_set_server_rights
  779. iis_start_server
  780. iis_start_service
  781. iis_stop_server
  782. iis_stop_service
  783.  
  784. ;Image functions
  785.  
  786. ;IMAP, POP3 and NNTP functions
  787.  
  788. ;Informix functions
  789.  
  790. ;Informix Functions (PDO_INFORMIX)
  791.  
  792. ;Ingres II functions
  793.  
  794. ;IRC Gateway Functions
  795.  
  796. ;PHP / Java Integration
  797.  
  798. ;KADM5
  799.  
  800. ;LDAP functions
  801.  
  802. ;libxml Functions
  803.  
  804. ;Lotus Notes Functions
  805.  
  806. ;LZF Functions
  807.  
  808. ;Mail functions
  809. ezmlm_hash
  810. mail
  811.  
  812. ;mailparse functions
  813.  
  814. ;Mathematical Functions
  815. abs
  816. acos
  817. acosh
  818. asin
  819. asinh
  820. atan2
  821. atan
  822. atanh
  823. base_convert
  824. bindec
  825. ceil
  826. cos
  827. cosh
  828. decbin
  829. dechex
  830. decoct
  831. deg2rad
  832. exp
  833. expm1
  834. floor
  835. fmod
  836. getrandmax
  837. hexdec
  838. hypot
  839. is_finite
  840. is_infinite
  841. is_nan
  842. lcg_value
  843. log10
  844. log1p
  845. log
  846. max
  847. min
  848. mt_getrandmax
  849. mt_rand
  850. mt_srand
  851. octdec
  852. pi
  853. pow
  854. rad2deg
  855. rand
  856. round
  857. sin
  858. sinh
  859. sqrt
  860. srand
  861. tan
  862. tanh
  863.  
  864. ;MaxDB PHP Extension
  865.  
  866. ;MCAL Functions
  867.  
  868. ;Mcrypt Encryption Functions
  869.  
  870. ;MCVE (Monetra) Payment Functions
  871.  
  872. ;Memcache Functions
  873.  
  874. ;Mhash Functions
  875.  
  876. ;Mimetype Functions
  877.  
  878. ;Ming functions for Flash
  879.  
  880. ;Miscellaneous Functions
  881. connection_aborted
  882. connection_status
  883. connection_timeout
  884. constant
  885. define
  886. defined
  887. die
  888. eval
  889. exit
  890. get_browser
  891. __halt_compiler
  892. highlight_file
  893. highlight_string
  894. ignore_user_abort
  895. pack
  896. php_check_syntax
  897. php_strip_whitespace
  898. show_source
  899. sleep
  900. sys_getloadavg
  901. time_nanosleep
  902. time_sleep_until
  903. uniqid
  904. unpack
  905. usleep
  906.  
  907. ;mnoGoSearch Functions
  908.  
  909. ;Microsoft SQL Server Functions
  910.  
  911. ;Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
  912.  
  913. ;Mohawk Software Session Handler Functions
  914.  
  915. ;mSQL Functions
  916.  
  917. ;Multibyte String Functions
  918.  
  919. ;muscat Functions
  920.  
  921. ;MySQL functions
  922.  
  923. ;MySQL Functions (PDO_MYSQL)
  924.  
  925. ;MySQL Improved Extension
  926.  
  927. ;Ncurses terminal screen control functions
  928.  
  929. ;Network Functions
  930. checkdnsrr
  931. closelog
  932. debugger_off
  933. debugger_on
  934. define_syslog_variables
  935. dns_check_record
  936. dns_get_mx
  937. dns_get_record
  938. fsockopen
  939. gethostbyaddr
  940. gethostbyname
  941. gethostbynamel
  942. getmxrr
  943. getprotobyname
  944. getprotobynumber
  945. getservbyname
  946. getservbyport
  947. inet_ntop
  948. inet_pton
  949. ip2long
  950. long2ip
  951. openlog
  952. pfsockopen
  953. socket_get_status
  954. socket_set_blocking
  955. socket_set_timeout
  956. syslog
  957.  
  958. ;Newt Functions
  959.  
  960. ;NSAPI-specific Functions
  961. nsapi_request_headers
  962. nsapi_response_headers
  963. nsapi_virtual
  964.  
  965. ;Object Aggregation/Composition Functions
  966.  
  967. ;Object property and method call overloading
  968.  
  969. ;Oracle functions
  970.  
  971. ;ODBC Functions (Unified)
  972.  
  973. ;ODBC and DB2 Functions (PDO_ODBC)
  974.  
  975. ;oggvorbis
  976.  
  977. ;OpenAL Audio Bindings
  978.  
  979. ;OpenSSL functions
  980.  
  981. ;Oracle Functions [deprecated]
  982.  
  983. ;Oracle Functions (PDO_OCI)
  984.  
  985. ;Output Control Functions
  986. flush
  987. ob_clean
  988. ob_end_clean
  989. ob_end_flush
  990. ob_flush
  991. ob_get_clean
  992. ob_get_contents
  993. ob_get_flush
  994. ob_get_length
  995. ob_get_level
  996. ob_get_status
  997. ob_gzhandler
  998. ob_implicit_flush
  999. ob_list_handlers
  1000. ob_start
  1001. output_add_rewrite_var
  1002. output_reset_rewrite_vars
  1003.  
  1004. ;Ovrimos SQL functions
  1005.  
  1006. ;Paradox File Access
  1007.  
  1008. ;Parsekit Functions
  1009.  
  1010. ;Process Control Functions
  1011.  
  1012. ;Regular Expression Functions (Perl-Compatible)
  1013. Pattern Modifiers
  1014. Pattern Syntax
  1015. preg_grep
  1016. preg_match_all
  1017. preg_match
  1018. preg_quote
  1019. preg_replace_callback
  1020. preg_replace
  1021. preg_split
  1022.  
  1023. ;PDF functions
  1024.  
  1025. ;PDO Functions
  1026.  
  1027. ;PHP Options&Information
  1028. assert_options
  1029. assert
  1030. dl
  1031. extension_loaded
  1032. get_cfg_var
  1033. get_current_user
  1034. get_defined_constants
  1035. get_extension_funcs
  1036. get_include_path
  1037. get_included_files
  1038. get_loaded_extensions
  1039. get_magic_quotes_gpc
  1040. get_magic_quotes_runtime
  1041. get_required_files
  1042. getenv
  1043. getlastmod
  1044. getmygid
  1045. getmyinode
  1046. getmypid
  1047. getmyuid
  1048. getopt
  1049. getrusage
  1050. ini_alter
  1051. ini_get_all
  1052. ini_get
  1053. ini_restore
  1054. ini_set
  1055. memory_get_usage
  1056. php_ini_scanned_files
  1057. php_logo_guid
  1058. php_sapi_name
  1059. php_uname
  1060. phpcredits
  1061. phpinfo
  1062. phpversion
  1063. putenv
  1064. restore_include_path
  1065. set_include_path
  1066. set_magic_quotes_runtime
  1067. set_time_limit
  1068. version_compare
  1069. zend_logo_guid
  1070. zend_version
  1071.  
  1072. ;POSIX functions
  1073. posix_access
  1074. posix_ctermid
  1075. posix_get_last_error
  1076. posix_getcwd
  1077. posix_getegid
  1078. posix_geteuid
  1079. posix_getgid
  1080. posix_getgrgid
  1081. posix_getgrnam
  1082. posix_getgroups
  1083. posix_getlogin
  1084. posix_getpgid
  1085. posix_getpgrp
  1086. posix_getpid
  1087. posix_getppid
  1088. posix_getpwnam
  1089. posix_getpwuid
  1090. posix_getrlimit
  1091. posix_getsid
  1092. posix_getuid
  1093. posix_isatty
  1094. posix_kill
  1095. posix_mkfifo
  1096. posix_mknod
  1097. posix_setegid
  1098. posix_seteuid
  1099. posix_setgid
  1100. posix_setpgid
  1101. posix_setsid
  1102. posix_setuid
  1103. posix_strerror
  1104. posix_times
  1105. posix_ttyname
  1106. posix_uname
  1107.  
  1108. ;Regular Expression Functions (POSIX Extended)
  1109.  
  1110. ;PostgreSQL functions
  1111.  
  1112. ;PostgreSQL Functions (PDO_PGSQL)
  1113.  
  1114. ;Printer functions
  1115.  
  1116. ;Program Execution functions
  1117. escapeshellarg
  1118. escapeshellcmd
  1119. exec
  1120. passthru
  1121. proc_close
  1122. proc_get_status
  1123. proc_nice
  1124. proc_open
  1125. proc_terminate
  1126. shell_exec
  1127. system
  1128.  
  1129. ;PostScript document creation
  1130.  
  1131. ;Pspell Functions
  1132.  
  1133. ;qtdom Functions
  1134.  
  1135. ;Radius
  1136.  
  1137. ;Rar Functions
  1138.  
  1139. ;GNU Readline
  1140.  
  1141. ;GNU Recode functions
  1142.  
  1143. ;RPM Header Reading Functions
  1144.  
  1145. ;runkit Functions
  1146.  
  1147. ;Satellite CORBA client extension [deprecated]
  1148.  
  1149. ;SDO Functions
  1150.  
  1151. ;SDO XML Data Access Service Functions
  1152.  
  1153. ;SDO Relational Data Access Service Functions
  1154.  
  1155. ;Semaphore, Shared Memory and IPC Functions
  1156.  
  1157. ;SESAM Database Functions
  1158.  
  1159. ;PostgreSQL Session Save Handler
  1160.  
  1161. ;Session Handling Functions
  1162. session_cache_expire
  1163. session_cache_limiter
  1164. session_commit
  1165. session_decode
  1166. session_destroy
  1167. session_encode
  1168. session_get_cookie_params
  1169. session_id
  1170. session_is_registered
  1171. session_module_name
  1172. session_name
  1173. session_regenerate_id
  1174. session_register
  1175. session_save_path
  1176. session_set_cookie_params
  1177. session_set_save_handler
  1178. session_start
  1179. session_unregister
  1180. session_unset
  1181. session_write_close
  1182.  
  1183. ;Shared Memory Functions
  1184.  
  1185. ;SimpleXML functions
  1186. simplexml_import_dom
  1187. simplexml_load_file
  1188. simplexml_load_string
  1189. SimpleXMLElement
  1190.  
  1191. ;SNMP Functions
  1192.  
  1193. ;SOAP Functions
  1194.  
  1195. ;Socket Functions
  1196.  
  1197. ;Standard PHP Library (SPL) Functions
  1198. ArrayIterator
  1199. ArrayObject
  1200. CachingIterator
  1201. CachingRecursiveIterator
  1202. class_implements
  1203. class_parents
  1204. DirectoryIterator
  1205. FilterIterator
  1206. iterator_count
  1207. iterator_to_array
  1208. LimitIterator
  1209. ParentIterator
  1210. RecursiveDirectoryIterator
  1211. RecursiveIteratorIterator
  1212. SimpleXMLIterator
  1213. spl_classes
  1214.  
  1215. ;SQLite Functions
  1216.  
  1217. ;SQLite Functions (PDO_SQLITE)
  1218.  
  1219. ;Secure Shell2 Functions
  1220.  
  1221. ;Statistics Functions
  1222.  
  1223. ;Stream Functions
  1224. stream_bucket_append
  1225. stream_bucket_make_writeable
  1226. stream_bucket_new
  1227. stream_bucket_prepend
  1228. stream_context_create
  1229. stream_context_get_default
  1230. stream_context_get_options
  1231. stream_context_set_option
  1232. stream_context_set_params
  1233. stream_copy_to_stream
  1234. stream_filter_append
  1235. stream_filter_prepend
  1236. stream_filter_register
  1237. stream_filter_remove
  1238. stream_get_contents
  1239. stream_get_filters
  1240. stream_get_line
  1241. stream_get_meta_data
  1242. stream_get_transports
  1243. stream_get_wrappers
  1244. stream_register_wrapper
  1245. stream_select
  1246. stream_set_blocking
  1247. stream_set_timeout
  1248. stream_set_write_buffer
  1249. stream_socket_accept
  1250. stream_socket_client
  1251. stream_socket_enable_crypto
  1252. stream_socket_get_name
  1253. stream_socket_pair
  1254. stream_socket_recvfrom
  1255. stream_socket_sendto
  1256. stream_socket_server
  1257. stream_wrapper_register
  1258. stream_wrapper_restore
  1259. stream_wrapper_unregister
  1260.  
  1261. ;String Functions
  1262. addcslashes
  1263. addslashes
  1264. bin2hex
  1265. chop
  1266. chr
  1267. chunk_split
  1268. convert_cyr_string
  1269. convert_uudecode
  1270. convert_uuencode
  1271. count_chars
  1272. crc32
  1273. crypt
  1274. echo
  1275. explode
  1276. fprintf
  1277. get_html_translation_table
  1278. hebrev
  1279. hebrevc
  1280. html_entity_decode
  1281. htmlentities
  1282. htmlspecialchars_decode
  1283. htmlspecialchars
  1284. implode
  1285. join
  1286. levenshtein
  1287. localeconv
  1288. ltrim
  1289. md5_file
  1290. md5
  1291. metaphone
  1292. money_format
  1293. nl_langinfo
  1294. nl2br
  1295. number_format
  1296. ord
  1297. parse_str
  1298. print
  1299. printf
  1300. quoted_printable_decode
  1301. quotemeta
  1302. rtrim
  1303. setlocale
  1304. sha1_file
  1305. sha1
  1306. similar_text
  1307. soundex
  1308. sprintf
  1309. sscanf
  1310. str_ireplace
  1311. str_pad
  1312. str_repeat
  1313. str_replace
  1314. str_rot13
  1315. str_shuffle
  1316. str_split
  1317. str_word_count
  1318. strcasecmp
  1319. strchr
  1320. strcmp
  1321. strcoll
  1322. strcspn
  1323. strip_tags
  1324. stripcslashes
  1325. stripos
  1326. stripslashes
  1327. stristr
  1328. strlen
  1329. strnatcasecmp
  1330. strnatcmp
  1331. strncasecmp
  1332. strncmp
  1333. strpbrk
  1334. strpos
  1335. strrchr
  1336. strrev
  1337. strripos
  1338. strrpos
  1339. strspn
  1340. strstr
  1341. strtok
  1342. strtolower
  1343. strtoupper
  1344. strtr
  1345. substr_compare
  1346. substr_count
  1347. substr_replace
  1348. substr
  1349. trim
  1350. ucfirst
  1351. ucwords
  1352. vfprintf
  1353. vprintf
  1354. vsprintf
  1355. wordwrap
  1356.  
  1357. ;Shockwave Flash Functions
  1358.  
  1359. ;Sybase Functions
  1360.  
  1361. ;TCP Wrappers Functions
  1362.  
  1363. ;Tidy Functions
  1364.  
  1365. ;Tokenizer Functions
  1366. token_get_all
  1367. token_name
  1368.  
  1369. ;Unicode Functions
  1370.  
  1371. ;URL Functions
  1372. base64_decode
  1373. base64_encode
  1374. get_headers
  1375. get_meta_tags
  1376. http_build_query
  1377. parse_url
  1378. rawurldecode
  1379. rawurlencode
  1380. urldecode
  1381. urlencode
  1382.  
  1383. ;Variable Handling Functions
  1384. debug_zval_dump
  1385. doubleval
  1386. empty
  1387. floatval
  1388. get_defined_vars
  1389. get_resource_type
  1390. gettype
  1391. import_request_variables
  1392. intval
  1393. is_array
  1394. is_bool
  1395. is_callable
  1396. is_double
  1397. is_float
  1398. is_int
  1399. is_integer
  1400. is_long
  1401. is_null
  1402. is_numeric
  1403. is_object
  1404. is_real
  1405. is_resource
  1406. is_scalar
  1407. is_string
  1408. isset
  1409. print_r
  1410. serialize
  1411. settype
  1412. strval
  1413. unserialize
  1414. unset
  1415. var_dump
  1416. var_export
  1417.  
  1418. ;Verisign Payflow Pro Functions
  1419.  
  1420. ;vpopmail Functions
  1421.  
  1422. ;W32api Functions
  1423. w32api_deftype
  1424. w32api_init_dtype
  1425. w32api_invoke_function
  1426. w32api_register_function
  1427. w32api_set_call_method
  1428.  
  1429. ;WDDX Functions
  1430.  
  1431. ;win32ps Functions
  1432.  
  1433. ;win32service Functions
  1434.  
  1435. ;xattr Functions
  1436.  
  1437. ;xdiff Functions
  1438.  
  1439. ;XML Parser Functions
  1440. utf8_decode
  1441. utf8_encode
  1442. xml_error_string
  1443. xml_get_current_byte_index
  1444. xml_get_current_column_number
  1445. xml_get_current_line_number
  1446. xml_get_error_code
  1447. xml_parse_into_struct
  1448. xml_parse
  1449. xml_parser_create_ns
  1450. xml_parser_create
  1451. xml_parser_free
  1452. xml_parser_get_option
  1453. xml_parser_set_option
  1454. xml_set_character_data_handler
  1455. xml_set_default_handler
  1456. xml_set_element_handler
  1457. xml_set_end_namespace_decl_handler
  1458. xml_set_external_entity_ref_handler
  1459. xml_set_notation_decl_handler
  1460. xml_set_object
  1461. xml_set_processing_instruction_handler
  1462. xml_set_start_namespace_decl_handler
  1463. xml_set_unparsed_entity_decl_handler
  1464.  
  1465. ;XML-RPC Functions
  1466.  
  1467. ;XMLReader functions
  1468. XMLReader
  1469.  
  1470. ;xmlwriter Functions
  1471.  
  1472. ;XSL functions
  1473.  
  1474. ;XSLT Functions
  1475.  
  1476. ;YAZ Functions
  1477.  
  1478. ;YP/NIS Functions
  1479.  
  1480. ;Zip File Functions (Read Only Access)
  1481.  
  1482. ;Zlib Compression Functions
  1483.  
  1484. #KEYWORD=Variables
  1485. #
  1486.